From a659520c8a0f723430736c6c380503e994256435 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 24 Feb 2007 18:05:45 +0000 Subject: [PATCH] (tls-certtool-program): Fix custom type. --- lisp/net/tls.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tls.el b/lisp/net/tls.el index 0f4b1e57c14..3a9f19c819c 100644 --- a/lisp/net/tls.el +++ b/lisp/net/tls.el @@ -86,7 +86,7 @@ The default is what GNUTLS's \"gnutls-cli\" or OpenSSL's "Name of GnuTLS certtool. Used by `tls-certificate-information'." :version "22.1" - :type '(repeat string) + :type 'string :group 'tls) (defun tls-certificate-information (der) -- 2.30.2